Skip to content

FIX: NPE in JsonCodec with keyName#5659

Merged
chenqi0805 merged 1 commit into
opensearch-project:mainfrom
chenqi0805:fix/5658-npe-in-jsoncodec-with-key-name
Apr 26, 2025
Merged

FIX: NPE in JsonCodec with keyName#5659
chenqi0805 merged 1 commit into
opensearch-project:mainfrom
chenqi0805:fix/5658-npe-in-jsoncodec-with-key-name

Conversation

@chenqi0805
Copy link
Copy Markdown
Collaborator

Description

This PR fixes the NPE on parsing json array when key_name is specified

Issues Resolved

Resolves #5658

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: George Chen <qchea@amazon.com>
@chenqi0805 chenqi0805 merged commit e286f04 into opensearch-project:main Apr 26, 2025
43 of 47 checks passed
@chenqi0805 chenqi0805 deleted the fix/5658-npe-in-jsoncodec-with-key-name branch April 26, 2025 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] JSON codec hits NPE with key_name specified when input is a JSON array

3 participants